projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a513a2f
)
(kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Aug 1995 19:33:08 +0000
(19:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Aug 1995 19:33:08 +0000
(19:33 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index ea27a5bf460c89f6c68a43c6920f2b7c3ffa675c..68a5005e54aa427b278e849943f78eca9a9f92a5 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1131,7
+1131,7
@@
the front of the kill ring, rather than being added to the list."
(setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
(setq kill-ring-yank-pointer kill-ring)
(if interprogram-cut-function
- (funcall interprogram-cut-function string
t
)))
+ (funcall interprogram-cut-function string
(not replace)
)))
(defun kill-append (string before-p)
"Append STRING to the end of the latest kill in the kill ring.